Exam Questions Papers - Engineering

Q1:

With reference to C programming language, which of the following statements are correct?
  1. An identifier may start with an underscore.
  2. An identifier may end with an underscore.
  3. If is a valid identifier.
  4. The number of significant characters in and identifier is implementation dependent.
Select the correct answer from the codes given below:

A 1 and 2 only

B 2 and 3 only

C 1, 2, 3 and 4

D 3 and 4 only

ANS:C - 1, 2, 3 and 4

No answer description is available.